DEMO: How do if, elif, and else work together?
An if statement is always tested.
An elif statement is only tested if the if statement above it was False.
An else code block only runs if both the if statement and the elif statement were False.
To navigate the page using the TAB key, first press ESC to exit the code editor.